C# 클래스 Exceptional.Playground.HideWarningWhenBaseExceptionAlreadyDocumented

파일 보기 프로젝트 열기: CSharpAnalyzers/ExceptionalReSharper

공개 메소드들

메소드 설명
Test1 ( int i ) : void
Test2 ( int i ) : void

메소드 상세

Test1() 공개 메소드

Test. is null. specified an invalid value. is in an invalid format. An I/O error occurred while opening the file. specified a file that is read-only.-or- This operation is not supported on the current platform.-or- specified a directory.-or- The caller does not have the required permission. -or- is and the specified file is a hidden file. The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters. The specified path is invalid, (for example, it is on an unmapped drive).
public Test1 ( int i ) : void
i int
리턴 void

Test2() 공개 메소드

Test.
public Test2 ( int i ) : void
i int
리턴 void