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

TypeUnloadedException() 보호된 메소드

protected TypeUnloadedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
리턴 System.Runtime.InteropServices
        protected TypeUnloadedException(SerializationInfo info, StreamingContext context) : base(info, context)
        {
        }

Same methods

TypeUnloadedException::TypeUnloadedException ( ) : System.Runtime.InteropServices
TypeUnloadedException::TypeUnloadedException ( string message ) : System.Runtime.InteropServices
TypeUnloadedException::TypeUnloadedException ( string message, Exception innerException ) : System.Runtime.InteropServices
TypeUnloadedException