System.TypeUnloadedException.TypeUnloadedException C# (CSharp) Метод

TypeUnloadedException() публичный Метод

public TypeUnloadedException ( string message ) : System.Runtime.InteropServices
message string
Результат System.Runtime.InteropServices
        public TypeUnloadedException(string message) : base(message)
        {
            base.SetErrorCode(-2146234349);
        }

Same methods

TypeUnloadedException::TypeUnloadedException ( ) : System.Runtime.InteropServices
TypeUnloadedException::TypeUnloadedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
TypeUnloadedException::TypeUnloadedException ( string message, Exception innerException ) : System.Runtime.InteropServices
TypeUnloadedException