InvalidServerAuthenticationLevelException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
InvalidServerAuthenticationLevelException() | |
InvalidServerAuthenticationLevelException(SerializationInfo, StreamingContext) |
InvalidServerAuthenticationLevelException()
public:
InvalidServerAuthenticationLevelException();
public InvalidServerAuthenticationLevelException ();
Public Sub New ()
Applies to
InvalidServerAuthenticationLevelException(SerializationInfo, StreamingContext)
protected:
InvalidServerAuthenticationLevelException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected InvalidServerAuthenticationLevelException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.RuntimeTypes.InvalidServerAuthenticationLevelException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.RuntimeTypes.InvalidServerAuthenticationLevelException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)