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