次の方法で共有


RemoteAccessException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the RemoteAccessException class.

Namespace:   Microsoft.WindowsServerSolutions.Web
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

protected RemoteAccessException(
    SerializationInfo info,
    StreamingContext context
)
protected:
RemoteAccessException(
    SerializationInfo^ info,
    StreamingContext context
)
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

RemoteAccessException Overload
RemoteAccessException Class
Microsoft.WindowsServerSolutions.Web Namespace

Return to top