SecureConversationFault Constructor (String)
Initializes a new instance of the SecureConversationFault class using the specified error message.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim message As String
Dim secureConversationFault1 As New SecureConversationFault(message)
Syntax
'Declaration
Public Sub New( _
ByVal message As String _
)
public SecureConversationFault(
string message
);
public:
SecureConversationFault(
String^ message
);
public SecureConversationFault(
System.String message
);
public function SecureConversationFault(
message : String
);
Parameters
- message
A message that identifies the reason the exception occurred.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SecureConversationFault Class
SecureConversationFault Members
Microsoft.Web.Services3.Security Namespace