SignedHttpRequestCreationException Class
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.
This exception is thrown when a SignedHttpRequest handler encounters an error during signed http request creation.
[System.Serializable]
public class SignedHttpRequestCreationException : Exception
[<System.Serializable>]
type SignedHttpRequestCreationException = class
inherit Exception
Public Class SignedHttpRequestCreationException
Inherits Exception
- Inheritance
-
SignedHttpRequestCreationException
- Attributes
Constructors
SignedHttpRequestCreationException() |
Initializes a new instance of the SignedHttpRequestCreationException class. |
SignedHttpRequestCreationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the SignedHttpRequestCreationException class. |
SignedHttpRequestCreationException(String, Exception) |
Initializes a new instance of the SignedHttpRequestCreationException class. |
SignedHttpRequestCreationException(String) |
Initializes a new instance of the SignedHttpRequestCreationException class. |