[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Base constructor to create a new SharedQueueInsufficientMemoryException

Namespace: Microsoft.WebSolutionsPlatform.Common
Assembly: WspSharedQueue (WspSharedQueue)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
C#
public SharedQueueInsufficientMemoryException (
	string message,
	Exception innerException
)
C++
public:
SharedQueueInsufficientMemoryException (
	String^ message, 
	Exception^ innerException
)

Parameters

message (System.String)
The error message that explains the reason for the exception.
innerException (System.Exception)
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.