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