mscorlib(4.0.0.0) API with additions
CryptographicUnexpectedOperationException.cs
4 
6 {
9  [ComVisible(true)]
11  {
14  {
15  SetErrorCode(-2146233295);
16  }
17 
21  : base(message)
22  {
23  SetErrorCode(-2146233295);
24  }
25 
29  public CryptographicUnexpectedOperationException(string format, string insert)
30  : base(string.Format(CultureInfo.CurrentCulture, format, insert))
31  {
32  SetErrorCode(-2146233295);
33  }
34 
39  : base(message, inner)
40  {
41  SetErrorCode(-2146233295);
42  }
43 
48  : base(info, context)
49  {
50  }
51  }
52 }
The exception that is thrown when an error occurs during a cryptographic operation.
CryptographicUnexpectedOperationException(string message, Exception inner)
Initializes a new instance of the T:System.Security.Cryptography.CryptographicUnexpectedOperationExce...
CryptographicUnexpectedOperationException()
Initializes a new instance of the T:System.Security.Cryptography.CryptographicUnexpectedOperationExce...
Definition: __Canon.cs:3
CryptographicUnexpectedOperationException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the T:System.Security.Cryptography.CryptographicUnexpectedOperationExce...
Describes the source and destination of a given serialized stream, and provides an additional caller-...
Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.
CryptographicUnexpectedOperationException(string message)
Initializes a new instance of the T:System.Security.Cryptography.CryptographicUnexpectedOperationExce...
Represents errors that occur during application execution.To browse the .NET Framework source code fo...
Definition: Exception.cs:22
Specifies that the class can be serialized.
Compare strings using culture-sensitive sort rules and the current culture.
The exception that is thrown when an unexpected operation occurs during a cryptographic operation.
Provides information about a specific culture (called a locale for unmanaged code development)....
Definition: CultureInfo.cs:16
CryptographicUnexpectedOperationException(string format, string insert)
Initializes a new instance of the T:System.Security.Cryptography.CryptographicUnexpectedOperationExce...