System.TypeUnloadedException.TypeUnloadedException C# (CSharp) 메소드

TypeUnloadedException() 공개 메소드

public TypeUnloadedException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
리턴 System.Runtime.InteropServices
        public TypeUnloadedException(string message, Exception innerException) : base(message, innerException)
        {
            base.SetErrorCode(-2146234349);
        }
    }

Same methods

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