InvalidClientAuthenticationLevelException 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
InvalidClientAuthenticationLevelException() | |
InvalidClientAuthenticationLevelException(SerializationInfo, StreamingContext) |
InvalidClientAuthenticationLevelException()
public:
InvalidClientAuthenticationLevelException();
public InvalidClientAuthenticationLevelException ();
Public Sub New ()
Applies to
InvalidClientAuthenticationLevelException(SerializationInfo, StreamingContext)
protected:
InvalidClientAuthenticationLevelException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected InvalidClientAuthenticationLevelException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.RuntimeTypes.InvalidClientAuthenticationLevelException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.RuntimeTypes.InvalidClientAuthenticationLevelException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)