AK.F1.Timing.Serialization.PropertyDescriptorTest.TypeWithThrowingProperty.TypeWithThrowingProperty C# (CSharp) Метод

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

public TypeWithThrowingProperty ( Exception exception ) : System
exception System.Exception
Результат System
            public TypeWithThrowingProperty(Exception exception)
            {
                _exception = exception;
            }
PropertyDescriptorTest.TypeWithThrowingProperty