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

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

public ThreadInterruptedException ( string message, System innerException )
message string
innerException System
        public ThreadInterruptedException(string message, System.Exception innerException)
        {
        }

Same methods

ThreadInterruptedException::ThreadInterruptedException ( )
ThreadInterruptedException::ThreadInterruptedException ( System info, System context )
ThreadInterruptedException::ThreadInterruptedException ( string message )
ThreadInterruptedException