InvalidProxyException Constructor (String)
Initializes a new instance of the InvalidProxyException class.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New InvalidProxyException(message)
public InvalidProxyException(
string message
)
public:
InvalidProxyException(
String^ message
)
public function InvalidProxyException(
message : String
)
new :
message:string -> InvalidProxyException
Parameters
- message
Type: System.String
Indicates the reason for the exception
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.