ILGenerationException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ILGenerationException() | |
ILGenerationException(String) | |
ILGenerationException(String, Exception) |
ILGenerationException()
ILGenerationException(String)
- Quelle:
- ILGenerationException.cs
public ILGenerationException (string message);
new Orleans.Serialization.ILGenerationException : string -> Orleans.Serialization.ILGenerationException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
ILGenerationException(String, Exception)
- Quelle:
- ILGenerationException.cs
public ILGenerationException (string message, Exception innerException);
new Orleans.Serialization.ILGenerationException : string * Exception -> Orleans.Serialization.ILGenerationException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception