RequestFailedException 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
RequestFailedException() | |
RequestFailedException(Exception) | |
RequestFailedException(String) | |
RequestFailedException(SerializationInfo, StreamingContext) | |
RequestFailedException(String, Exception) |
RequestFailedException()
public:
RequestFailedException();
public RequestFailedException ();
Public Sub New ()
Applies to
RequestFailedException(Exception)
public:
RequestFailedException(Exception ^ innerException);
public RequestFailedException (Exception innerException);
new Microsoft.IdentityServer.RequestFailedException : Exception -> Microsoft.IdentityServer.RequestFailedException
Public Sub New (innerException As Exception)
Parameters
- innerException
- Exception
Applies to
RequestFailedException(String)
public:
RequestFailedException(System::String ^ message);
public RequestFailedException (string message);
new Microsoft.IdentityServer.RequestFailedException : string -> Microsoft.IdentityServer.RequestFailedException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
RequestFailedException(SerializationInfo, StreamingContext)
protected:
RequestFailedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RequestFailedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityServer.RequestFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityServer.RequestFailedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
RequestFailedException(String, Exception)
public:
RequestFailedException(System::String ^ message, Exception ^ innerException);
public RequestFailedException (string message, Exception innerException);
new Microsoft.IdentityServer.RequestFailedException : string * Exception -> Microsoft.IdentityServer.RequestFailedException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception