System.Tests.AppDomainTests.FirstChanceTestException.FirstChanceTestException C# (CSharp) 메소드

FirstChanceTestException() 공개 메소드

public FirstChanceTestException ( string message ) : System
message string
리턴 System
            public FirstChanceTestException(string message) : base(message) 
            { }
        }
AppDomainTests.FirstChanceTestException